home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / GNU_C++ / LIB / SRC / GEMLIB38.LZH / _gc_asm.s next >
Encoding:
Text File  |  1998-06-19  |  437 b   |  29 lines

  1.                 .globl    _aes
  2.                 .globl    _vdi
  3.                 .globl    _vq_gdos
  4.                 .globl    _vq_vgdos
  5.  
  6. _aes:            movel    sp@(4), d1        | hier kommt pb über den Stack!
  7.                 movew    #200, d0
  8.                 trap    #2
  9.                 rts
  10.  
  11. _vdi:            movel    sp@(4), d1
  12.                 movew    #115, d0
  13.                 trap    #2
  14.                 rts
  15.  
  16. _vq_gdos:        movew    #-2,d0
  17.                 trap    #2
  18.                 cmpw    #-2,d0
  19.                 sne        d0
  20.                 extw    d0
  21. #ifndef __MSHORT__
  22.                 extl    d0
  23. #endif
  24.                 rts
  25.  
  26. _vq_vgdos:        moveq    #-2,d0
  27.                  trap    #2
  28.                 rts
  29.